home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / AOF / DECAOF / decaof / misc_h < prev    next >
Text File  |  1992-11-20  |  323b  |  16 lines

  1. /*
  2.  * miscellaneous function prototypes
  3.  *
  4.  * Andy Duplain, BT Customer Systems, Brighton, UK.  duplain@btcs.bt.co.uk
  5.  */
  6.  
  7. #ifndef __MISC_H
  8. #define __MISC_H
  9.  
  10. #include "cproto.h"
  11.  
  12. char *basename P__((char *s));
  13. struct chunkent *find_ent P__((struct chunkhdr *hdr, struct chunkent *ents, char *name));
  14.  
  15. #endif /* __MISC_H */
  16.